Skip to content

Core refactor + Jellyfin and Navidrome support - #84

Draft
Piripe wants to merge 61 commits into
CraftWorksMC:masterfrom
Piripe:refactor
Draft

Core refactor + Jellyfin and Navidrome support#84
Piripe wants to merge 61 commits into
CraftWorksMC:masterfrom
Piripe:refactor

Conversation

@Piripe

@Piripe Piripe commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Fixes #46

TODO :

  • Media models
  • Music Repository
  • Manage credentials
  • Update lyrics systems
  • Implement Subsonic MediaProvider (12/52)
  • Implement Navidrome MediaProvider (x/52)
  • Implement Jellyfin MediaProvider (0/52)
  • Implement Local Folder MediaProvider (10/52)
  • Remove legacy code
  • Overhaul cleanup of the code

.setArtworkUri(this.imageUrl?.let { MediaProviderManager.currentProvider.value?.getImageUrl(it)?.toUri() })
.setRecordingYear(this.releaseYear)
.setDurationMs(this.duration?.times(1000)?.toLong())
.setDurationMs(this.duration.times(1000).toLong())

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Songs uses an explicit ms duration, we should change the duration to ms for everything for consistency

Bundle().apply {
putString("id", this@Song.id)
putString("providerId", this@Song.providerId)
//putString("providerId", this@Song.providerId)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? The providerId is useful

Piripe and others added 28 commits July 5, 2026 19:05
…data classes and use override for common proprities.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add /auth/login authentication and related endpoints for Navidrome

2 participants